ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / MultiAutoComplete<T> Class / OnClientSelectedItemsChanged Property

In This Topic
    OnClientSelectedItemsChanged Property
    In This Topic
    Occurs when the value of the selectedItems property changes.
    Syntax
    'Declaration
     
    Public Property OnClientSelectedItemsChanged As String
    public string OnClientSelectedItemsChanged {get; set;}
    See Also